Conjugate a Latin verb: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy (extended version))
Line 371: Line 371:


=={{header|EasyLang}}==
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
<syntaxhighlight>
proc conj inf$ . .
proc conj inf$ . .
if substr inf$ len inf$ - 2 -1 <> "are"
if substr inf$ -3 3 <> "are"
print "Not a first conjugation verb."
print "Not a first conjugation verb."
return
return