some 'do' experiment
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-28 20:47:23 +09:00
parent 9f4bf7485d
commit 57629478a1
4 changed files with 28 additions and 1 deletions

View File

@ -25,6 +25,13 @@ A HCL program is composed of expressions.
- until
- while
### do
```
do;
do 10;
do { | k | set k 20; printf "k=%d\n" k };
```
## Literals
- integer