GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NLL(1) FreeBSD General Commands Manual NLL(1)

NLL - Simple language for programming learning

nll [<options>] [<filename>|-|{--|stdin}] [<arguments>...]

Simple script language for beginners for programming learning.

Complicated sentence structures are abolished and It is designed to understand if you can go on reading it by a line unit.

Integer arithmetic, character string processing, a floating decimal operation are possible.

This has text drawing, graphic and sound function and can make simple games.

NLL is one implementation in NLUX of programming language HOBBY.

Output help message.
Output version.
Auto quit after execution of the input file.
Auto numbering mode of the input file.
Disable auto execution of the input file.
Not give ARGV[] for arguments.
Disable system functions.
Disable SYSCALL() function.
Disable network functions.
Disable one time only calculation of the fixed value.
Execute the command.
-
The file name not to read.
--|stdin
Input the commands from standard input.

$ nll
Start NLL and output the prompt 'nll>'.
$ nll sample.nll
Start NLL, load and run the program.
$ nll -q -e 'PRINT 1+2'
Execute the program in one linear mode.
$ echo "abc" | nll -e 'S=FGETS(0);S+="def";FPUTS(0,S)'
Use NLL as the filter program.

Input the following lines in turn from the top, and see the saved program by LIST command on the way.

Run the program in direct mode.
Save the program in program mode.
Insert the next line into the saved program.
Insert the next line into the saved program. The line number is renumbered in automatically.
Modify the saved line. (Two times of line number)
Move the saved line.
Delete the saved line.

Run the saved program.
See the saved program.
Clear the saved program.
Load the program.
Exit from NLL.

More sample programs for NLL can be found at <https://kozos.jp/nll/samples.html>.

Graphic sample programs for NLL can be found at <https://kozos.jp/nll/samples-graphic.html>.

Audio sample programs for NLL can be found at <https://kozos.jp/nll/samples-sound.html>.

This is the manual page for NLL and the more informations can be found at <https://kozos.jp/nll/>. NLL is part of the NLUX distribution. The latest version of NLUX can be found at <https://kozos.jp/nlux/>.

NLL and this manual page were written by SAKAI Hiroaki. <https://kozos.jp/>


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.