Microalg / microalg

Langage et environnements dédiés à l’algorithmique.
http://microalg.info
GNU General Public License v2.0
12 stars 3 forks source link

Donner une erreur pour (variable1 variable2) #72

Open Grahack opened 9 years ago

Grahack commented 9 years ago

PicoLisp :

$ pil
: (setq a 0)
-> 0
: (a)
[…]: segmentation fault  pil

Ersatz ou EmuLisp :

$ pilj[s]
: (setq a 0)
-> 0
: (a)
-> NIL