ᖴᑌᑎᑎEᒪIᑕ

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.

funnelic is esotecric programming language to execute simple math functions:

symbols
symbol does how
v funnel down :
^ funnel up :
> funnel right :
< funnel left :
+ add :
- subtract :
/ divide :
* multiply :
" catch number :
. output :

example:

>"16"  /"8"> v
                *
                "
                2
                "
                v
                .