mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 18:32:09 +00:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
|
*=$1000
|
||
|
!set inner = 6
|
||
|
!set outer = "?(inner)"
|
||
|
; substitution results are not substituted again
|
||
|
base?(outer) nop ; -> "syntax error"
|