6 lines
175 B
Smalltalk
6 lines
175 B
Smalltalk
examples
|
|
succeedingCarpChecker
|
|
^ CarpChecker new
|
|
carp: '/Users/veitheller/.local/bin/carp';
|
|
dir: '/Users/veitheller/Documents/Code/Github/carp/Carp/';
|
|
file: '(def x 1)' |