Nasal/CppBind: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
Line 88: Line 88:
# dump the x,y,z members to the console
# dump the x,y,z members to the console
foreach(var e; ['x','y','z']
foreach(var e; ['x','y','z']
   print t[e];
   print (t[e]);


# run the hello method
# run the hello method

Navigation menu