Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
11
Task/Quoting-constructs/Smalltalk/quoting-constructs-13.st
Normal file
11
Task/Quoting-constructs/Smalltalk/quoting-constructs-13.st
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#u16( 1 2 3 ). " an array of unsigned int16s "
|
||||
#u32( 1 2 3 ). " an array of unsigned int32s "
|
||||
#u64( 1 2 3 ). " an array of unsigned int64s "
|
||||
#s16( -1 2 3 ). " an array of signed int16s "
|
||||
#s32( -1 2 3 ). " an array of signed int32s "
|
||||
#s64( -1 2 3 ). " an array of signed int64s "
|
||||
#f16( -1 2.0 3 ). " an array of float16s "
|
||||
#f32( -1 2.0 3 ). " an array of float32s "
|
||||
#f64( -1 2.0 3 ). " an array of float64s "
|
||||
#b( 1 0 1 1 0 0 ). " an array of bits "
|
||||
#B( true false true true ). " an array of booleans "
|
||||
Loading…
Add table
Add a link
Reference in a new issue