Search
 
SCRIPT & CODE EXAMPLE
 

PASCAL

function in pascal

function Addition(a, b : integer) : integer; 

begin

result := a + b

end;

//Addition(2, 5) is equal to 7
Comment

PREVIOUS NEXT
Code Example
Pascal :: pascal 
Pascal :: Pascal (fpc 3.0.4) sample 
Pascal :: Pascal (gpc 20070904) sample 
Powershell :: Take ownership of a folder 
Powershell :: Saved Windows Credentials 
Powershell :: powershell show which diorecty is temp 
Gdscript :: godot ignore function 
Gdscript :: godot update value in progressbar 
Clojure :: Clojure whitespace 
Lisp :: elisp return type 
Assembly :: Cannot open self /usr/local/bin/docker-compose 
Assembly :: add text to image ffmpeg command 
Assembly :: keyevent to char 
Assembly :: sort in assembly pcspim 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: js on page ready 
Javascript :: open ilnk target js 
Javascript :: refresh window js 
Javascript :: jquery accept only excel file 
Javascript :: check if a variable is undefined jquery 
Javascript :: media query js 
Javascript :: change input placeholder text jquery 
Javascript :: get current url js 
Javascript :: convert to objectid mongoose 
Javascript :: javascript async delay 
Javascript :: javascript refresh page every 30 seconds 
Javascript :: how to change a css variable with javascript 
Javascript :: hide header react navigation 
Javascript :: listing dir by nodejs 
Javascript :: javascript celcius to farenheit 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =