This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 常に繰り返す | |
(always | |
; ここに繰り返す処理を書く | |
) | |
; 条件判断 | |
(always | |
(if (条件) | |
(条件に合致した時に行われる処理) | |
) |
NewerOlder