-
Notifications
You must be signed in to change notification settings - Fork 10
Builtin aliases
E-Hern Lee edited this page Aug 7, 2017
·
1 revision
As well as the standard Python 3 builtin functions, Charcoal has abbreviations for some of them. These can be run with evalvar
/execvar
(see Operators/Commands respectively).
Abbreviation | Builtin |
---|---|
a |
abs |
b |
bin |
c |
complex |
e |
enumerate |
f |
format |
g |
range |
h |
hex |
i |
__import__ |
m |
sum |
n |
min |
o |
oct |
p |
repr |
r |
reversed |
s |
sorted |
x |
max |
z |
zip |