This repository was archived by the owner on Nov 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +84
-2
lines changed Expand file tree Collapse file tree 3 files changed +84
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Plang Documents - Function</ title >
7
+ < meta name ="description " content ="More in depth info about using functions and defining them ">
8
+ < link rel ="stylesheet " href ="css/colors.css ">
9
+ < link rel ="stylesheet " href ="css/main.css ">
10
+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN "
crossorigin ="
anonymous "
>
11
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
integrity ="
sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL "
crossorigin ="
anonymous "
> </ script >
12
+ </ head >
13
+ < body >
14
+ < div class ="body ">
15
+ < div class ="side-bar ">
16
+ < a href ="index.html ">
17
+ < img
18
+ class ="icon "
19
+ src ="https://avatars.githubusercontent.com/u/146694713?s=400&u=4e01b5afefbf7e40641702e5cbdf785ff183fe35&v=4 "
20
+ alt ="P Icon "
21
+ /> </ a >
22
+ < ul >
23
+ < li > < a href ="index.html "> Introduction</ a > </ li >
24
+ < li > < a href ="getting-started.html "> Getting Started</ a > </ li >
25
+ < ul >
26
+ < li > < a href ="getting-started.html#installing "> Installing</ a > </ li >
27
+ < li > < a href ="getting-started.html#pint-first-time "> Running pint for the first time</ a > </ li >
28
+ < li > < a href ="getting-started.html#first-program "> Your very first P program!</ a > </ li >
29
+ </ ul >
30
+ < li > < a href ="variables.html "> Variables</ a > </ li >
31
+ < li > < a class ="current " href ="functions.html "> Function</ a > </ li >
32
+ </ ul >
33
+ </ div >
34
+ < div class ="page-content ">
35
+ < h1 class ="page-title "> Functions</ h1 >
36
+
37
+ </ div >
38
+ </ div >
39
+ </ body >
40
+ </ html >
Original file line number Diff line number Diff line change 32
32
alt ="P Icon "
33
33
/> </ a >
34
34
< ul >
35
- < li > < a href ="index.html "> Introduction</ a > </ li >
36
- < li > < a class =" current " href ="getting-started.html "> Getting Started</ a > </ li >
35
+ < li > < a class =" current " href ="index.html "> Introduction</ a > </ li >
36
+ < li > < a href ="getting-started.html "> Getting Started</ a > </ li >
37
37
< ul >
38
38
< li > < a href ="getting-started.html#installing "> Installing</ a > </ li >
39
39
< li > < a href ="getting-started.html#pint-first-time "> Running pint for the first time</ a > </ li >
40
40
< li > < a href ="getting-started.html#first-program "> Your very first P program!</ a > </ li >
41
41
</ ul >
42
+ < li > < a href ="variables.html "> Variables</ a > </ li >
43
+ < li > < a href ="functions.html "> Function/a> </ li >
42
44
</ ul >
43
45
</ div >
44
46
< div class ="page-content ">
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Plang Documents - Variables</ title >
7
+ < meta name ="description " content ="More in depth info about using variables and defining them ">
8
+ < link rel ="stylesheet " href ="css/colors.css ">
9
+ < link rel ="stylesheet " href ="css/main.css ">
10
+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN "
crossorigin ="
anonymous "
>
11
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
integrity ="
sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL "
crossorigin ="
anonymous "
> </ script >
12
+ </ head >
13
+ < body >
14
+ < div class ="body ">
15
+ < div class ="side-bar ">
16
+ < a href ="index.html ">
17
+ < img
18
+ class ="icon "
19
+ src ="https://avatars.githubusercontent.com/u/146694713?s=400&u=4e01b5afefbf7e40641702e5cbdf785ff183fe35&v=4 "
20
+ alt ="P Icon "
21
+ /> </ a >
22
+ < ul >
23
+ < li > < a class ="current " href ="index.html "> Introduction</ a > </ li >
24
+ < li > < a href ="getting-started.html "> Getting Started</ a > </ li >
25
+ < ul >
26
+ < li > < a href ="getting-started.html#installing "> Installing</ a > </ li >
27
+ < li > < a href ="getting-started.html#pint-first-time "> Running pint for the first time</ a > </ li >
28
+ < li > < a href ="getting-started.html#first-program "> Your very first P program!</ a > </ li >
29
+ </ ul >
30
+ < li > < a class ="current " href ="variables.html "> Variables</ a > </ li >
31
+ < li > < a href ="functions.html "> Function</ a > </ li >
32
+ </ ul >
33
+ </ div >
34
+ < div class ="page-content ">
35
+ < h1 class ="page-title "> Variables</ h1 >
36
+
37
+ </ div >
38
+ </ div >
39
+ </ body >
40
+ </ html >
You can’t perform that action at this time.
0 commit comments