Skip to content
#

basic

Here are 1,119 public repositories matching this topic...

gdelconti
gdelconti commented Nov 4, 2018

chr():
Will return a character for the given number.
Bla = chr({string or var name}) -> SHOULD BE: Bla = chr({value or var name})

int():
Will return an integer value.
int({string or var name}) -> SHOULD BE: int({value or var name})

oct():
Will return the oct value of an integer.
oct({string or var name}) -> SHOULD BE: oct({value or var name})

hex():
Will return the hex value of

jarcane
jarcane commented Jan 11, 2016

Developing in Heresy at the moment is a rather gigantic pain in the ass, largely because few of our functions have proper checks for bad inputs, and this gets further obfuscated by some of the levels of default abstraction now layered onto things.

I'm finding that a lot of trivial errors in particular don't get reported in their actual places, but somehow manage to throw strange errors in #%app

Improve this page

Add a description, image, and links to the basic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the basic topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.