20,741
edits
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 | ||