後置記法

  • 一般的な言語
    • for(i=0;i<10;i++){ printf("abc"); }
  • Forthの後置記法
    • 0 1 10 { (abc) show } for