mirror of
https://github.com/irmen/prog8.git
synced 2025-02-19 11:31:07 +00:00
version
This commit is contained in:
parent
8485b8429f
commit
26ed231f61
@ -15,23 +15,23 @@ main {
|
|||||||
xx -= 3
|
xx -= 3
|
||||||
yy -= 3
|
yy -= 3
|
||||||
|
|
||||||
; txt.print_ub(array[1])
|
txt.print_ub(array[1])
|
||||||
; txt.spc()
|
txt.spc()
|
||||||
; array[1]++
|
array[1]++
|
||||||
; txt.print_ub(array[1])
|
txt.print_ub(array[1])
|
||||||
; txt.spc()
|
txt.spc()
|
||||||
; array[1]--
|
array[1]--
|
||||||
; txt.print_ub(array[1])
|
txt.print_ub(array[1])
|
||||||
; txt.nl()
|
txt.nl()
|
||||||
;
|
|
||||||
; txt.print_ub(array[1])
|
txt.print_ub(array[1])
|
||||||
; txt.spc()
|
txt.spc()
|
||||||
; array[xx]++
|
array[xx]++
|
||||||
; txt.print_ub(array[1])
|
txt.print_ub(array[1])
|
||||||
; txt.spc()
|
txt.spc()
|
||||||
; array[xx]--
|
array[xx]--
|
||||||
; txt.print_ub(array[1])
|
txt.print_ub(array[1])
|
||||||
; txt.nl()
|
txt.nl()
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,4 +5,4 @@ org.gradle.daemon=true
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
javaVersion=11
|
javaVersion=11
|
||||||
kotlinVersion=1.9.22
|
kotlinVersion=1.9.22
|
||||||
version=10.1
|
version=10.2-SNAPSHOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user