例一:
int i;
void main()
{
for( ; i[ "]<i;++i){--i;}" ]; read('-'-'-', i+++"hello, world!\n", '/'/'/') );
}
read(j,i,p)
{
write(j/p+p, i---j, i/i);
}
//解读:
int i;
main()
{
for( i=0; i<strlen("hello, world!\n"); i++)
{
read( 0, & "hello, world!\n"[i], 1);
}
}
read( j, i, p)
{
write( j/p + p, // 0/1 + 1 == 1 == STDOUT
i-- - j, // == i itself due to j == 0;
// -- is POST-decrement and does not affect the calculation
i/i /*== 1 as long as i != 0 - meaning print only single character*/ );
}