6 lines
192 B
Text
6 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) ) ) )
|