#!/usr/bin/env pike int main( int argc, array argv ) { write( "Hello, world!!\n" ); return( 0 ); }
string tmp = sprintf( "%s_%02d", str, i*10 );