In this section you will use comment completion to add vjo comments for property, method and variable.
accountName : 'Peter',
//< or //>.
The content assist window with a list of proposals will appear.

main : function(args){
vjo.sysout.print('');
}
//< or //>.
The content assist window with a list of proposals will appear.

var arg = args[0];
//< or //>.
The content assist window with a list of proposals will appear.

