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