mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
27 lines
1.0 KiB
ReStructuredText
27 lines
1.0 KiB
ReStructuredText
.. _netscript:
|
|
|
|
Netscript
|
|
=========
|
|
Netscript is the programming language used in the world of Bitburner.
|
|
|
|
When you write scripts in Bitburner, they are written in the Netscript language.
|
|
Netscript is simply a subset of `JavaScript <https://developer.mozilla.org/en-US/docs/Web/JavaScript>`_.
|
|
This means that Netscript's syntax is
|
|
identical to that of JavaScript, but it does not implement some of the features
|
|
that JavaScript has.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:caption: Sections:
|
|
|
|
Full documentation <https://github.com/bitburner-official/bitburner-src/blob/dev/markdown/bitburner.ns.md>
|
|
Learn to Program <netscript/netscriptlearntoprogram>
|
|
Netscript 1.0 <netscript/netscript1>
|
|
NetscriptJS (Netscript 2.0) <netscript/netscriptjs>
|
|
Script Arguments <netscript/netscriptscriptarguments>
|
|
Basic Functions <netscript/netscriptfunctions>
|
|
Advanced Functions <netscript/netscriptadvancedfunctions>
|
|
Hacknet Node API <netscript/netscripthacknetnodeapi>
|
|
Miscellaneous <netscript/netscriptmisc>
|