The Sidef programming language
Ctrl
K
Copy
Programming tasks
H
Hello world
Newline omission
Copy
print
"Goodbye, World!"
or:
Copy
"%s"
.
printf
(
"Goodbye, World!"
)
Previous
Line printer
Next
Standard error
Last updated
1 year ago
Was this helpful?