mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 20:50:04 +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"
|
||
|
)
|