summaryrefslogtreecommitdiff
path: root/lang/scriba (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ports didn't build without USE_PERL5=yesEdwin Groothuis2002-11-041-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69425
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-11/+11
| | | | Notes: svn path=/head/; revision=37252
* ScriptBasic is a scripting implementation of the BASIC language. TheVanilla I. Shu2001-01-1412-0/+243
aim of this implementation is to provide a general and widely used tool for the simple programmer. One of the reason behind the success of the Microsoft operating systems is VisualBasic, which is built into many of the applications Microsoft delivers. Why are UNIX and other non-Microsoft operating system users prohibited to use the simplest programming language? ScriptBasic is a BASIC implementation, which aims not less than becoming the most widely used scripting tool on UNIX systems. It is portable, it is BASIC, it is a scripting tool and it is GNU LGPL. PR: ports/24133 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=37195