mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 18:10:05 +08:00
15 lines
108 B
Plaintext
15 lines
108 B
Plaintext
WHILE &a
|
|
Step
|
|
|
|
WHILE (sYmbol.EXIT(main))
|
|
(
|
|
Step
|
|
Break
|
|
)
|
|
|
|
WHILE (FALSE())
|
|
// comment
|
|
(
|
|
ECHO "test"
|
|
)
|