hcl/t/feed-5006.err

7 lines
200 B
Plaintext
Raw Normal View History

2024-01-27 10:10:56 +00:00
## #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