Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Lisp by eric ( 15 years ago )
#!/usr/bin/clisp

(in-package :cl-user)

(defun a-function (x)
  (print x))

(a-function 5)

 

Revise this Paste

Your Name: Code Language: