mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
✨ add concat for vector
This commit is contained in:
+3
-1
@@ -228,4 +228,6 @@ for(var a=0;a<16;a+=1) {
|
||||
var temp=b;
|
||||
println("temp^=0x"~h[a]~" -> 0x",h[temp^=a]," temp&=0x"~h[a]~" -> 0x",h[temp&=a]," temp|=0x"~h[a]~" -> 0x",h[temp|=a]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
print([0, 1, 2]~[3, 4, 5], "\n");
|
||||
Reference in New Issue
Block a user