NQP An introduction to NQP #12

Key differences from Perl 6

my $abc := 3;     # correct
my $abc = 3;      # incorrect
print()
say()

plan()
ok()
isa()
Copyright © 2012
http://www.pmichaud.com/2012/pres/