Hello,

Total Pascal newbie here. Looked for answers in various references and 
tutorials, but cannot find.

Fore-question: Is there a (free)pascal teaching/learning mailing list? (Like 
python's "tutor" list.) If not, is this one a proper place?

* How does one declare the type of set items?
   numbers : Set of Integer     // error

* How does one define the _value_ of a Set or Array?
   numbers := (1,2,3)   // error
   numbers := [1,2,3]   // error

Thank you for your patience!

Denis
________________________________

vit esse estrany ☣

spir.wikidot.com
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to