Array?

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.

Array? is a APL-like language made by User:Ractangle

Commands

Command Action
[...] Pushes array contents to the main array
∃...∄ Comment
\ Allowes the array separator (,) to be used in the main array without splitting the string
Takes user input
Turn the first element in the array into 0 if it's "0", else turn into a 1

Examples

Hello, world!

[Hello\, world!]

Cat program

Implementation

Array? folder in Thewierd Repo