Open AltGr opened 3 months ago
Decision of the syntax committee : replace context
/contexte
with :
input with default
entrée par défaut
Additional note: like you can have combined input output
variables (that are actually two different variables under the hood), you can have context output
variables that are both context
and output
.
That would yield:
input with default output VAR content ...
entrée par défaut résultat VAR conenu ...
I am afraid that the superposition could make things a little confusing again. A possibility would be to force the conjunction and
? input and output VAR
/ input with default and output VAR
/ entrée et résultat VAR
/ entrée par défaut et résultat VAR
input
andoutput
vars are reasonably easy to make sense of, but the third kind,context
, is I think a tripping point when learning the language. The tutorial could be improved in that area, but I believe the name "context" is part of the problem here, it requires meta-understanding of the language structure to figure out why it was named that way.I believe replacing it with something much simpler like
optional input
could make things much clearer.