From: fennecdjay Date: Sun, 10 Nov 2019 23:34:48 +0000 (+0100) Subject: : X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4ac6d235d959bca65a71daa486b7baf88b8c9ef1;p=gwion.git : --- diff --git a/book/Overview/declaration.html b/book/Overview/declaration.html index 40d3032c..29b1ad89 100644 --- a/book/Overview/declaration.html +++ b/book/Overview/declaration.html @@ -157,13 +157,11 @@ Object o; <<< i, " ", o >>>; -

make[1] : on entre dans le répertoire « /home/djay/src/git/Gwion »

-0 0x563f084d5640
+0 0x55c877c4a640

-make[1] : on quitte le répertoire « /home/djay/src/git/Gwion »

Declaring a reference

However ...

Object @ref;
@@ -172,14 +170,12 @@ make[1] : on quitte le répertoire « /home/djay/src/git/Gwion »
 new Object @=> ref;
 <<< "But now it does: ", ref >>>;
 
-

make[1] : on entre dans le répertoire « /home/djay/src/git/Gwion »

Reference points to no object yet: (nil)
-But now it does: 0x55eafca53640
+But now it does: 0x561f4ba90640

-make[1] : on quitte le répertoire « /home/djay/src/git/Gwion »

Arrays

array as refs

int ref[];
@@ -187,14 +183,12 @@ make[1] : on quitte le répertoire « /home/djay/src/git/Gwion »
 new int[2] @=> ref;
 <<< ref >>>;
 
-

make[1] : on entre dans le répertoire « /home/djay/src/git/Gwion »

int[]
int[]

-make[1] : on quitte le répertoire « /home/djay/src/git/Gwion »