Skip to content

Commit 1f6d00e

Browse files
committed
corrections
1 parent 922a928 commit 1f6d00e

27 files changed

+40
-40
lines changed

Diff for: ada.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ada online compiler
22

3-
Write, Run & Share Ada code online using OneCompiler's Ada online compiler for free. It's one of the robust, feature-rich online compilers for Ada language, running the latest Ada version 2012. Getting started with the OneCompiler's Ada editor is easy and fast. The editor shows sample boilerplate code when you choose language as Ada. OneCompiler also has reference programs, where you can look for the sample code and start learning. Happy learning!!
3+
Write, Run & Share Ada code online using OneCompiler's Ada online compiler for free. It's one of the robust, feature-rich online compilers for Ada language, running the latest Ada version 2012. Getting started with the OneCompiler's Ada editor is easy and fast. The editor shows sample boilerplate code when you choose language as Ada and start coding. Happy learning!
44

55
# Read inputs from stdin
66

Diff for: assembly.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Assembly Online Compiler
22

3-
Write, Run & Share Assembly code online using OneCompiler's Assembly online compiler for free. It's one of the robust, feature-rich online compilers for Assembly language. Getting started with the OneCompiler's Assembly compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Assembly`. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share Assembly code online using OneCompiler's Assembly online compiler for free. It's one of the robust, feature-rich online compilers for Assembly language. Getting started with the OneCompiler's Assembly compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Assembly` and start coding. Happy learning!
44

55
# About Assembly
66

Diff for: bash.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Online Bash Shell
22

3-
Write, Run & Share Bash code online using OneCompiler's Online Bash Shell for free. It's one of the robust, feature-rich Bash shell available over online and getting started with the OneCompiler's Bash Shell is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Bash`. OneCompiler also has reference scripts, where you can look for the sample scripts and start learning. Happy learning!!
3+
Write, Run & Share Bash code online using OneCompiler's Online Bash Shell for free. It's one of the robust, feature-rich Bash shell available over online and getting started with the OneCompiler's Bash Shell is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Bash`. OneCompiler also has reference scripts, where you can look for the sample scripts and start coding. Happy learning!
44

55
# About Bash
66

Diff for: commonlisp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Common Lisp online compiler
22

3-
Write, Run & Share Common Lisp code online using OneCompiler's Common Lisp online compiler for free. It's one of the robust, feature-rich online compilers for Common Lisp language, running the latest Common Lisp version 5.3. Getting started with the OneCompiler's Common Lisp editor is easy and fast. The editor shows sample boilerplate code when you choose language as Common Lisp. OneCompiler also has reference programs, where you can look for the sample code and start learning. Happy learning!!
3+
Write, Run & Share Common Lisp code online using OneCompiler's Common Lisp online compiler for free. It's one of the robust, feature-rich online compilers for Common Lisp language, running the latest Common Lisp version 5.3. Getting started with the OneCompiler's Common Lisp editor is easy and fast. The editor shows sample boilerplate code when you choose language as Common Lisp and start coding. Happy learning!
44

55
# Read inputs from stdin
66
OneCompiler's Common Lisp online editor supports stdin and users can give inputs to programs using the STDIN textbox under the I/O tab. Following is a sample Common Lisp program which takes name as input and prints hello message with your name.

Diff for: csharp.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C Sharp Online Compiler
22

3-
Write, Run & Share C# code online using OneCompiler's C# online compiler for free. It's one of the robust, feature-rich online compilers for C# language, running on the latest version 8.0. Getting started with the OneCompiler's C# compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `C#`. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share C# code online using OneCompiler's C# online compiler for free. It's one of the robust, feature-rich online compilers for C# language, running on the latest version 8.0. Getting started with the OneCompiler's C# compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `C#` and start coding. Happy learning!
44

55
# Read inputs from stdin
66
OneCompiler's C# online compiler supports stdin and users can give inputs to programs using the STDIN textbox under the I/O tab. Following is a sample program which takes name as input and print your name with hello.
@@ -93,7 +93,7 @@ for(Initialization; Condition; Increment/decrement) {
9393
```
9494
### 4. While:
9595

96-
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations is not known in advance.
96+
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations are not known in advance.
9797

9898
```c#
9999
while(condition) {

Diff for: d.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# D Language Online Compiler
22

3-
Write, Run & Share D language code online using OneCompiler's D language online compiler for free. It's one of the robust, feature-rich online compilers for D language. Getting started with the OneCompiler's D language compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `D`. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share D language code online using OneCompiler's D language online compiler for free. It's one of the robust, feature-rich online compilers for D language. Getting started with the OneCompiler's D language compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `D` and start coding. Happy learning!
44

55
# About D language
66

@@ -45,7 +45,7 @@ for(Initialization; Condition; Increment/decrement){
4545

4646
### 3. While:
4747

48-
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations is not known in advance.
48+
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations are not known in advance.
4949

5050
```c
5151
while (condition) {

Diff for: elixir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Elixir Online Compiler
22

3-
Write, Run & Share Elixir code online using OneCompiler's Elixir online compiler for free. It's one of the robust, feature-rich online compilers for Elixir language, running on the latest version 1.9.4. Getting started with the OneCompiler's Elixir compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Elixir`. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share Elixir code online using OneCompiler's Elixir online compiler for free. It's one of the robust, feature-rich online compilers for Elixir language, running on the latest version 1.9.4. Getting started with the OneCompiler's Elixir compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Elixir` and start coding. Happy learning!
44

55
# About Elixir
66

Diff for: erlang.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Erlang Online Compiler
22

3-
Write, Run & Share Erlang code online using OneCompiler's Erlang online compiler for free. It's one of the robust, feature-rich online compilers for Erlang language, running on the latest version 21. Getting started with the OneCompiler's Erlang compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Erlang`. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share Erlang code online using OneCompiler's Erlang online compiler for free. It's one of the robust, feature-rich online compilers for Erlang language, running on the latest version 21. Getting started with the OneCompiler's Erlang compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Erlang` and start coding. Happy learning!
44

55
# About Erlang
66

Diff for: fortran.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fortran Online Compiler
22

3-
Write, Run & Share Fortran code online using OneCompiler's Fortran online compiler for free. It's one of the robust, feature-rich online compilers for Fortran language, running on the latest version 7. Getting started with the OneCompiler's Fortran compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Fortran`. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share Fortran code online using OneCompiler's Fortran online compiler for free. It's one of the robust, feature-rich online compilers for Fortran language, running on the latest version 7. Getting started with the OneCompiler's Fortran compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `Fortran` and start coding. Happy learning!
44

55
# Read inputs from stdin
66

Diff for: fsharp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# F sharp Online Compiler
22

3-
Write, Run & Share `F#` code online using OneCompiler's F# online compiler for free. It's one of the robust, feature-rich online compilers for `F#` language, running on the latest version 4.0. Getting started with the OneCompiler's `F#` compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `F#`. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share `F#` code online using OneCompiler's F# online compiler for free. It's one of the robust, feature-rich online compilers for `F#` language, running on the latest version 4.0. Getting started with the OneCompiler's `F#` compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `F#` and start coding. Happy learning!
44

55
# Read inputs from stdin
66

@@ -125,7 +125,7 @@ for x in listItems do
125125

126126
### 3. While:
127127

128-
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations is not known in advance.
128+
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations are not known in advance.
129129

130130
```fsharp
131131
while condition-expr do
@@ -146,5 +146,5 @@ let [inline] function-name parameter-list [ : return-type ]
146146
### How to call a function
147147

148148
```fsharp
149-
let Var = function-name parameter-list
149+
let VarName = function-name parameter-list
150150
```

Diff for: go.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go Online Compiler
22

3-
Write, Run & Share Go code online using OneCompiler's Go online compiler for free. It's one of the robust, feature-rich online compilers for Go language, running on the latest version 1.10.2. Getting started with the OneCompiler's Go compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `GO`. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share Go code online using OneCompiler's Go online compiler for free. It's one of the robust, feature-rich online compilers for Go language, running on the latest version 1.10.2. Getting started with the OneCompiler's Go compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `GO` and start coding. Happy learning!
44

55
# Read inputs from stdin
66
OneCompiler's Go online editor supports stdin and users can give inputs to programs using the STDIN textbox under the I/O tab. Following is a sample Go program which takes name as input and prints hello message with your name.

Diff for: haskell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Haskell online compiler
2-
Write, Run & Share Haskell code online using OneCompiler's Haskell online compiler for free. It's one of the robust, feature-rich online compilers for Haskell language, running the latest Haskell version 8.6. Getting started with the OneCompiler's Haskell editor is easy and fast. The editor shows sample boilerplate code when you choose language as Haskell and start coding. Happy learning!!
2+
Write, Run & Share Haskell code online using OneCompiler's Haskell online compiler for free. It's one of the robust, feature-rich online compilers for Haskell language, running the latest Haskell version 8.6. Getting started with the OneCompiler's Haskell editor is easy and fast. The editor shows sample boilerplate code when you choose language as Haskell and start coding. Happy learning!
33

44
# Taking inputs (stdin)
55
OneCompiler's Haskell online editor supports stdin and users can give inputs to programs using the STDIN textbox under the I/O tab. Following is a sample Haskell program which takes name as input and prints hello message with your name.

Diff for: html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HTML Online Code editor
22

3-
Write, Run & Share HTML code online using OneCompiler's HTML online Code editor for free. It's one of the robust, feature-rich online Code editor for HTML language, running on the latest version HTML5. Getting started with the OneCompiler's HTML compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `HTML`. You can also specify the stylesheet information in `styles.css` tab and scripts information in `scripts.js` tab. OneCompiler also has reference programs, where you can look for the sample programs and start learning. Happy learning!!
3+
Write, Run & Share HTML code online using OneCompiler's HTML online Code editor for free. It's one of the robust, feature-rich online Code editor for HTML language, running on the latest version HTML5. Getting started with the OneCompiler's HTML compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `HTML`. You can also specify the stylesheet information in `styles.css` tab and scripts information in `scripts.js` tab and start coding. Happy learning!
44

55
# About HTML
66

Diff for: java.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Java online compiler
2-
Write, Run & Share Java code online using OneCompiler's Java online compiler for free. It's one of the robust, feature-rich online compilers for Java language, running the Java LTS version 11. Getting started with the OneCompiler's Java editor is easy and fast. The editor shows sample boilerplate code when you choose language as Java, Happy coding!
2+
Write, Run & Share Java code online using OneCompiler's Java online compiler for free. It's one of the robust, feature-rich online compilers for Java language, running the Java LTS version 11. Getting started with the OneCompiler's Java editor is easy and fast. The editor shows sample boilerplate code when you choose language as Java and start coding.
33

44
# Taking inputs (stdin)
55
OneCompiler's Java online editor supports stdin and users can give inputs to the programs using the STDIN textbox under the I/O tab. Using Scanner class in Java program, you can read the inputs. Following is a sample program that shows reading STDIN ( A string in this case ).
@@ -125,7 +125,7 @@ Mobile m1;
125125
```java
126126
public class Greeting {
127127
static void hello() {
128-
System.out.println("Hello.. Happy learning!!");
128+
System.out.println("Hello.. Happy learning!");
129129
}
130130

131131
public static void main(String[] args) {

Diff for: jshell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for(Initialization; Condition; Increment/decrement){
5353
```
5454
### 3. While:
5555

56-
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations is not known in advance.
56+
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations are not known in advance.
5757

5858
```java
5959
while(condition){

Diff for: lua.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lua online compiler
22

3-
Write, Run & Share Lua code online using OneCompiler's Lua online compiler for free. It's one of the robust, feature-rich online compilers for Lua language, running the latest Lua version 5.3. Getting started with the OneCompiler's Lua editor is easy and fast. The editor shows sample boilerplate code when you choose language as Lua and start coding. Happy learning!!
3+
Write, Run & Share Lua code online using OneCompiler's Lua online compiler for free. It's one of the robust, feature-rich online compilers for Lua language, running the latest Lua version 5.3. Getting started with the OneCompiler's Lua editor is easy and fast. The editor shows sample boilerplate code when you choose language as Lua and start coding. Happy learning!
44

55
# Taking inputs (stdin)
66
OneCompiler's Lua online editor supports stdin and users can give inputs to programs using the STDIN textbox under the I/O tab. Following is a sample Lua program which takes name as input and prints hello message with your name.

Diff for: nodejs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NodeJS Online Compiler
22

3-
Write, Run & Share NodeJS code online using OneCompiler's NodeJS online compiler for free. It's one of the robust, feature-rich online compilers for NodeJS language,running on the LTS version NodeJS 12.14.0. Getting started with the OneCompiler's NodeJS editor is easy and fast. The editor shows sample boilerplate code when you choose language as NodeJS and start learning. You can provide the dependencies in `package.json`.
3+
Write, Run & Share NodeJS code online using OneCompiler's NodeJS online compiler for free. It's one of the robust, feature-rich online compilers for NodeJS language,running on the latest LTS version NodeJS 12.14.0. Getting started with the OneCompiler's NodeJS editor is easy and fast. The editor shows sample boilerplate code when you choose language as NodeJS and start coding. You can provide the dependencies in `package.json`.
44

55
# About NodeJS
66

Diff for: ocaml.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OCaml Online Compiler
22

3-
Write, Run & Share OCaml code online using OneCompiler's OCaml online compiler for free. It's one of the robust, feature-rich online compilers for OCaml language, running on the latest version 4. Getting started with the OneCompiler's OCaml compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `OCaml`. OneCompiler also has reference programs, where you can look for the sampleprograms and start learning. Happy learning!!
3+
Write, Run & Share OCaml code online using OneCompiler's OCaml online compiler for free. It's one of the robust, feature-rich online compilers for OCaml language, running on the latest version 4. Getting started with the OneCompiler's OCaml compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as `OCaml`. OneCompiler also has reference programs, where you can look for the sampleprograms and start coding. Happy learning!
44

55
# About OCaml
66

@@ -48,7 +48,7 @@ if boolean-condition then (* code if condition is true*) else (* code if conditi
4848

4949
### 2. While:
5050

51-
While is used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations is not known in advance.
51+
While is used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations are not known in advance.
5252

5353
```javascript
5454
while boolean-condition do

0 commit comments

Comments
 (0)