Search
 
SCRIPT & CODE EXAMPLE
 

PASCAL

pascal comments

(* Example comment *)
{ Second example comment }
// One line comment
You can have nested comments:
{ Comment 1 (* comment 2 *) }
(* Comment 1 { comment 2 } *)
{ comment 1 // Comment 2 }
(* comment 1 // Comment 2 *)
// comment 1 (* comment 2 *)
// comment 1 { comment 2 }
Comment

comment in pascal

//sinlge line comment

(*
  multi line comments
*) 

{  
   2nd method of multiline comments
} 
Comment

PREVIOUS NEXT
Code Example
Pascal :: does not equal in pascal 
Pascal :: turbo pascal online compiler 
Powershell :: disable defender powershell 
Powershell :: takeown cmd 
Powershell :: Download attachment from Jira task to local filesystem 
Powershell :: How to save Jira attachments using powershell 
Gdscript :: godot make string all uppercase 
Clojure :: hello world in clojure 
Abap :: abap concatenate 
Lisp :: list contains lisp 
Assembly :: google apps script format date string 
Assembly :: assembly print 
Assembly :: creating a sparse-file with dd 
Assembly :: import pyautogui Traceback (most recent call last): File "<stdin", line 1, in <module ImportError: No module named pyautogui 
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
6+1 =