Pycone

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Pycone is an esolang subset of Python created by User:Ractangle.

Syntax

i am too lazy. i will explain it later

Examples

Hello, world!

1: print("Hello, world!")

Truth-machine

1: i:user() | if(0) / if(1)
1c: i=0:print(0) | i=1:fun(1)
1f: one(print(1) | fun(one))