hcl/t/do-01.err
hyung-hwan 656af796ed
All checks were successful
continuous-integration/drone/push Build is passing
updated testers with updated syntax
2024-01-15 00:47:01 +09:00

4 lines
173 B
Plaintext

## if `do` is not enclosed in `( )`, variable declaration is prohibited
do { | k | set k 10 };
do | k | {set k 10;}; ##ERROR: syntax error - variable declaration disallowed