Skip to content
Snippets Groups Projects
Commit 5d035f18 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 2e5a778a
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,8 @@ Function CheeseHole ...@@ -104,7 +104,8 @@ Function CheeseHole
// Arrays of variables can be manipulated in the same way as classical // Arrays of variables can be manipulated in the same way as classical
// variables. Warning: accessing an uninitialized element in an array // variables. Warning: accessing an uninitialized element in an array
// will produce an unpredictable result. // will produce an unpredictable result. Note that whole arrays can
// also be initialized on the fly (e.g. l[]={1,2,7} is valid).
theloops[t] = newreg ; theloops[t] = newreg ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment