mirror of
https://github.com/lloeki/wasp.git
synced 2025-12-06 10:44:39 +01:00
3 lines
111 B
Python
3 lines
111 B
Python
from lysssp import _eval, globs
|
|
|
|
print _eval(["apply", ["quote", ["lambda", [], 10]], ["quote", [20]]], globs)
|