5 lines
91 B
Text
5 lines
91 B
Text
class C {
|
|
foreign static strdup(s)
|
|
}
|
|
var s = "Goodbye, World!"
|
|
System.print(C.strdup(s))
|