|
01:46
hulk joined
01:47
kylese left
02:15
hulk left,
kylese joined
04:52
ponycat left
06:13
Sgeo left
06:50
belluzj joined
06:51
belluzj left
07:44
atcroft left
07:58
atcroft joined
|
|||
| grondilu | m: ( my @[2; 3] = ((rand xx 3) xx 2) )[1;2] | 08:21 | |
| camelia | ( no output ) | ||
| grondilu | m: say ( my @[2; 3] = ((rand xx 3) xx 2) )[1;2] | ||
| camelia | 0.6651975067727606 | ||
| grondilu | m: say ( constant @[2; 3] = ((rand xx 3) xx 2) )[1;2] | ||
| camelia | ===SORRY!=== Error while compiling <tmp> Missing initializer on constant declaration at <tmp>:1 ------> say ( constant @<HERE>[2; 3] = ((rand xx 3) xx 2) )[1;2] |
||
| grondilu | constant shaped arrays are broken or something? | 08:22 | |
|
09:02
apogee_ntv left
09:52
abraxxa joined
|
|||