All public logs

Jump to navigation Jump to search

Combined display of all available logs of Computernewb Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:44, 19 July 2022 Usernamee talk contribs created page Fa (Created page with "Fa is a rys-like language written by Ari. It looks similar to assembly <h2>Example programs</h2> <h3>hello world</h3> <pre> include 'std/std.fa' "hello world\n" ro -- Read only string %STDOUT -- Set file descriptor to stdout %SYS_write sys 4 -- Call SYS_write 1 drop -- Drop return value %EXIT_SUCCESS -- Set exit code to success %SYS_exit sys 2 -- Call SYS_exit 1 drop -- Drop return value </pre> <h3>Hello name</h3>...")