1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/tests/persist.ans
Étienne Reuh Fildadut 53c1c764ba Add testing framework
More tests will arrive shortly...
2023-12-28 13:03:56 +01:00

11 lines
131 B
Text

| pouet={persist("pouet", 7)} (7)
:&d = persist("pouet", 12)
| d={d} (7)
d = 9
| d={d} (9)
| pouet={persist("pouet", 21)} (9)