7 lines
192 B
Text
7 lines
192 B
Text
|
|
(let String "The number <7> is incremented"
|
||
|
|
(use (@A @N @Z)
|
||
|
|
(and
|
||
|
|
(match '(@A "<" @N ">" @Z) (chop String))
|
||
|
|
(format @N)
|
||
|
|
(prinl @A "<" (inc @) ">" @Z) ) ) )
|