Talk:Neoff

From Esolang
Jump to navigation Jump to search

this is in need of a major rewrite the code before was supposed to look like normal code but abnormal, here was the original idea:

Push Caller Set
Let A = 0
Comefrom 4
A++

When (A == 10){
 Call
}
Caller Set{
 A = 0
 Print(“A has hit 10 and has been set back to zero”)
}

im really just leaving this original code idea here, so that maybe i, or someone else will rewrite it.