6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
create var *1 = "H"
|
|
create in *1 = "A"
|
|
|
|
if var[0] == in[0] {
|
|
|
|
} |