views
58
likes
1

Comments

What do you think?
No comments yet.

Zcode is a programming language created by me. it is very simple to use, great for

begginers. it is still in alpha, sadly. however, i can show you what you can use.

		
			print
what will you print?fart boogers
fart boogers
		
	

as you can see here, the print function is done. in this example, i use Zcode to print "fart boogers".

#other #coding



all-ages

zcode community

added an exit command and now you can code more than one time!

heres what the code for the print function looks like if you were wondering

cinput = input('>>>')

if (cinput == 'print'):

ainput = input('what will you print?')

print(ainput)