[Cuis-dev] Erudite

Mariano Montone marianomontone at gmail.com
Fri Oct 21 15:17:33 PDT 2022


El 21/10/22 a las 16:37, Hilaire Fernandes via Cuis-dev escribió:
>
> When writing code [[[ | f | ]]] with a declared variable, there is 
> this recurring  annoying warning of the compiler about unused variable f.

Just for your information, Erudite books work like workspaces regarding 
variable assignments. When you assign a value to a variable in a code 
block, you can access the the variable value later in the document, in 
another block. You don't declare the variable for that case.

For example:

[[[ x := 22 ]]]

[[[ x ]]] inspectIt



More information about the Cuis-dev mailing list