hcl/t/feed-5006.err
hyung-hwan 2e1ae8d9ee
All checks were successful
continuous-integration/drone/push Build is passing
WIP - #b[ token for byte array
2024-01-27 19:10:56 +09:00

7 lines
200 B
Plaintext

## #b can be followed by [ or binary digits.
printf "%O\n" #b[ 10 20 30 ];
printf "%010b\n" #b0101;
printf "%O\n" #bxy; ##ERROR: syntax error - neither valid radixed number nor valid directive #bxy