About using squeak to script...

stéphane ducasse ducasse at iam.unibe.ch
Tue Aug 15 18:44:13 UTC 2006


On 15 août 06, at 19:17, Andreas Raab wrote:

> puts: aString
>     <cdecl: void 'puts' (char*)>
>     ^self externalCallFailed


I tried to compile that in 3.9 but it did not work

I tried

puts: aString
     <cdecl: void 'puts (char*)'>
     ^self externalCallFailed

Bu then should I define a C file and compile it somewhere?

Stef







More information about the Squeak-dev mailing list