Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[minor] several corrigendum for Language Reference 3.0 #44

Open
gdelconti opened this issue Nov 4, 2018 · 0 comments
Open

[minor] several corrigendum for Language Reference 3.0 #44

gdelconti opened this issue Nov 4, 2018 · 0 comments

Comments

@gdelconti
Copy link

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 an integer.
An optional 2nd argument define the number of digits
hex({string or var name},{nb_of_digits}) -> SHOULD BE: hex({value or var name},{nb_of_digits})

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant