User contributions for Tedaryum

From OnixOS
A user with 103 edits. Account created on 10 August 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

11 August 2024

  • 09:5009:50, 11 August 2024 diff hist +412 N Module LoadingCreated page with "O Language files is to simple. File extension “.olm”. Let’s start by examining the programming language example. hello.olm (as hello module): <code>def hello = fn(name){ output("Hello, "+name+"! Welcome to Olang") }</code> load.ola (main file): <code>load "hello.olm" def name = "Oytun"; hello(name);</code> Run: <code>$ olang load.ola</code> Output: <code>Hello, Oytun! Welcome to Olang</code>" current Tag: Visual edit
  • 09:5009:50, 11 August 2024 diff hist 0 N Talk:FilesCreated blank page current
  • 09:4909:49, 11 August 2024 diff hist +368 N FilesCreated page with " Olang files is to simple. Default file extension “.ola”. Let’s start by examining the programming language example. sample test.ola file: <code>def hello = fn(name){ return ("Hello, "+name+"! Welcome to O-lang!") } def result = hello("Oytun") output(result)</code> Run: <code>$ olang test.ola</code> Output: <code>Hello, Oytun! Welcome to Olang</code>" Tag: Visual edit
  • 09:4909:49, 11 August 2024 diff hist 0 N Talk:Getting StartedCreated blank page current
  • 09:4909:49, 11 August 2024 diff hist +346 N Getting StartedCreated page with "First get <code>olang(.exe)</code> file or <code>go get -v gitlab.com/olanguage/olang</code> and run <code>olang(.exe) (-r) <filename> (-d=true [debug mode])</code> Thats it. Create file with example.ola; <code>output("Hello Galaxy!")</code> Run file with olang; <code>olang example.ola</code> Result; <code>"Hello Galaxy!"</code> Thats all." Tag: Visual edit
  • 09:4909:49, 11 August 2024 diff hist +201 O LanguageNo edit summary Tag: Visual edit

10 August 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)