Skip to content

Commit

Permalink
add var
Browse files Browse the repository at this point in the history
  • Loading branch information
jboulanger committed Nov 15, 2019
1 parent ccd2ce5 commit 6877816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content.tex
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ \subsection{Variable \& Operations}
\item They can be of serveral \kw{type}: number, string or boolean.
\item They have no explicite type (like in Python, unlike C or Java).
\item When not first declared in a function they are \kw{global}.
\item Use \kw{var} make it persistent once the macro is installed.
\item You can \kw{assign} a value to a variable using operator \code{=}.
\item You can print the value of a variable using \code{print();}
\end{itemize}
\end{block}\only<presentation>{\vspace{-.3cm}}
\begin{block}{Operations}
Expand Down

0 comments on commit 6877816

Please sign in to comment.