This commit is contained in:
Irmen de Jong 2024-02-07 00:03:39 +01:00
parent 8485b8429f
commit 26ed231f61
2 changed files with 18 additions and 18 deletions

View File

@ -15,23 +15,23 @@ main {
xx -= 3
yy -= 3
; txt.print_ub(array[1])
; txt.spc()
; array[1]++
; txt.print_ub(array[1])
; txt.spc()
; array[1]--
; txt.print_ub(array[1])
; txt.nl()
;
; txt.print_ub(array[1])
; txt.spc()
; array[xx]++
; txt.print_ub(array[1])
; txt.spc()
; array[xx]--
; txt.print_ub(array[1])
; txt.nl()
txt.print_ub(array[1])
txt.spc()
array[1]++
txt.print_ub(array[1])
txt.spc()
array[1]--
txt.print_ub(array[1])
txt.nl()
txt.print_ub(array[1])
txt.spc()
array[xx]++
txt.print_ub(array[1])
txt.spc()
array[xx]--
txt.print_ub(array[1])
txt.nl()
}
}

View File

@ -5,4 +5,4 @@ org.gradle.daemon=true
kotlin.code.style=official
javaVersion=11
kotlinVersion=1.9.22
version=10.1
version=10.2-SNAPSHOT