Files
plthy/tests/04_scope.plthy
2024-02-21 14:01:22 +01:00

6 lines
63 B
Plaintext

hello|
[
set 5 -> x|
do print<variable x;>|
]|
goodbye|