Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there a comment syntax valid in all tkeden notations?

0
Posted

Is there a comment syntax valid in all tkeden notations?

0

EDEN previously implemented only the C-style multi-line /* */ comment syntax. Some other notations do not implement this syntax, and so getting the correct syntax to use for a comment can be frustrating when writing a script which uses multiple notations. Due to this problem, a one-line ‘##’ comment syntax was introduced into EDEN in version 1.19. ‘#’ is a valid comment in the other tkeden notations, and so ## this is a comment in all tkeden notations (phew) • What file extensions should I use for my scripts? Historically, UNIX does not use file extensions, preferring to look at the start of the file contents to determine the type (see the file(1) command for example). As a result, most existing models use a somewhat rough file extension scheme. The tools now exist on more than one platform, however, and Windows in particular still uses information from the filename to determine the file type. As of version 1.16, we would suggest the use of the file extensions .eden, .donald, .scout, .

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123