8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
[START]{
|
|
test = 3
|
|
"Version: $VERSION$"
|
|
num = 3 + test
|
|
"Enter is safe! $num$"
|
|
num = five + 3
|
|
"Here!"
|
|
} |