xiranda/heyo.x

21 lines
463 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

одреди слово = 1;
одреди број = 4;
одреди системски_позив (
читај = 0,
пиши = 1,
отвори = 2,
затвори = 3,
изађи = 60)
одреди описивач (
улаз,
излаз)
текст: слово = "Здраво свете!";
дужина: број = 12;
главна_процедура ():
изврши (пиши, излаз, #текст, дужина);
врати;;