docs: reorganize into 説明書/予定/archive; update docs/README.md and CLAUDE.md; move root .nyash to local_tests; consolidate native-plan notes into README + archive
This commit is contained in:
6
local_tests/simple_loop_test.nyash
Normal file
6
local_tests/simple_loop_test.nyash
Normal file
@ -0,0 +1,6 @@
|
||||
local i
|
||||
i = 0
|
||||
loop(i < 3) {
|
||||
print(i)
|
||||
i = i + 1
|
||||
}
|
||||
Reference in New Issue
Block a user