Fjölnir (programming language)

From Wikipedia, the free encyclopedia

Fjölnir (also Fjolnir or Fjoelnir) is an Icelandic programming language used mostly in the 1980s. The source files most often have the extension fjo.

[edit] Sample programs

[edit] Hello world

A simple Hello world program:

;; Hello world in Fjölnir

"hello" < main
{
   main ->
   stef(;)
   stofn
       skrifastreng(;"Halló Veröld!"),
   stofnlok
}
*
"GRUNNUR"
;

[edit] External links


In other languages