MODULE simple;
BEGIN
PRINT('Hello, World!');
END simple.
MODULE simple;
BEGIN
PRINT('Hello, World!');
END simple.
MODULE arithmetic;
BEGIN
INTEGER a := 10;
INTEGER b := 20;
PRINT(a + b);
END arithmetic.
MODULE arrayManipulation;
BEGIN
INTEGER ARRAY a[10] := (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
PRINT(a[5]);
END arrayManipulation.
MODULE threading;
BEGIN
PROCESS p1 IS BEGIN
PRINT('Process 1');
END;
PROCESS p2 IS BEGIN
PRINT('Process 2');
END;
STARTALL;
END threading.
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)