``` /* _ _ _ | | / | / / | |__| ||__ _ _ __ __ _ / / | '_ | |/ ' | '_ \ / _' | / / | \_|| | || | | | | /_| | /_/ \___/_____/___| |__,_ / _ |____/ */ ``` # blang! the bang language Public domain. 2022 DTB. # Examples ## true(1) ``` ; initialize hand to 0 ^ ; set the chart pointer to 0 - this destroys the chart ; and the program exits with the value of the hand * ``` ## Hello world: ``` ; the <.> construct uses '<' to literally 'palm' the next value ; (store into hand), does so, and uses '>' to 'toss' (output hand's value) <,>< >< >^* ```