[ Skill ] 如何读取一个文件并打印出来


https://www.cnblogs.com/yeungchie/

path = "~/hello"
file = infile( path )
while( gets( x file )
    printf( x )
)
close( file )