Tip: Reserved variable names #34
kellyjonbrazil
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of
jello
version 1.4.4, here are the reserved variable names that cannot be used in queries (besides_
, which is the data):Earlier
jello
versions have the following reserved variable names that cannot be used in queries (besides_
, which is the data):Some of these variable names are quite common (e.g.
query
,output
, etc.), so be careful with your variable names in older versions ofjello
.In addition, here is the output of
list(globals())
which shows which global objects are available within thejello
global environment. Using these names in the local context will generally not cause any issues:Beta Was this translation helpful? Give feedback.
All reactions