You must log in or register to comment.
I’m more
Hello print("World")
im more of a c person
index[array]
(format t “Hello ~a” 'World). If I’m on vacation and come back to the land of C based languages I will have reverted to the only syntax I enjoy working in.
void HelloWorld(void (* func)(const char*)) { func("Hello world!"); }