chouer
产生 n 个空白列
语法:
SKIP [<n>]
Example:
WRITE ‘PASS1’.
SKIP.
WRITE ‘PASS2’.
输出结果为:
PASS1
PASS2
Powered by: Copyright © chouer