It's 3D!

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.

This is a coding language based of Befunge. It is created by User:WhyNot? You may fix anything that you think needs to be fixed.

Syntax

Since computers can only show 2D, we will use another way:

> v
/ <
###
\ <
> ^

It is basically Befunge, but with # seperating the different dimensions. (Note: The dimensions have to be a rectangular prism or a cube.)

  • > Head Left
  • < Head Right
  • v Head Down
  • ^ Head Up
  • # Divides the different dimensions.
  • / Head Forward In 3D
  • \ Head Backward In 3D
  • 0-f Put That Hex On the Stack.
  • ! Print the top 2 hex numbers as a letter.