version 4.5

This commit is contained in:
Irmen de Jong 2020-10-11 21:47:41 +02:00
parent d159e70e1c
commit f2c19afd95
6 changed files with 2 additions and 15 deletions

View File

@ -1 +1 @@
4.5-SNAPSHOT
4.5

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -8,19 +8,6 @@ main {
sub start() {
str name = "irmen de jong"
uword strptr = &name
txt.print("ubyte? ")
void txt.input_chars(name)
ubyte ub = conv.str2ubyte(name)
txt.print_ub(ub)
txt.print("\nbyte? ")
void txt.input_chars(name)
byte bb = conv.str2byte(name)
txt.print_b(bb)
}
asmsub testX() {

View File

@ -17,7 +17,7 @@ main {
sub start() {
txt.lowercase()
txt.print("\u000c\n --- TextElite v1.0 by DesertFish ---\n")
txt.print("\u000c\n --- TextElite v1.0 ---\n")
galaxy.init(1)
galaxy.travel_to(numforLave)