7 lines
104 B
Forth
7 lines
104 B
Forth
|
~~~
|
||
|
'./test.so ffi:open 'test const
|
||
|
'fortytwo test ffi:map-sym '42 const
|
||
|
42 ffi:invoke
|
||
|
n:put nl bye
|
||
|
~~~
|