#!/lang/perl # NIPL, the Not Insane Programming Language # )c( Sam Watkins, 2004 # this is a prototype NIPL interpreter written in Perl use strict; use warnings; # the namespace: our %N; package NIPL::Reference;