Input and equal commands
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
create bool *1 = true
|
||||
create hello *5 = "Hello"
|
||||
create bool2 *1 = true
|
||||
while bool2 {
|
||||
set bool2 = false
|
||||
if bool {
|
||||
set bool2 = true
|
||||
}
|
||||
if bool2 {
|
||||
set bool = false
|
||||
print hello
|
||||
}
|
||||
}
|
||||
set bool2 = true
|
||||
create buffer *1 = true
|
||||
create var *5 = "Hello"
|
||||
input str *5 = string *5
|
||||
if var[1] == var[2] {
|
||||
set buffer = false
|
||||
}
|
||||
Reference in New Issue
Block a user