Skip to content

same-101/Powersoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

if your using a template then Welcome. hi

Powersoft a Programming Language

Usage

psl <file> -o <output> <arguments>

Syntax

This is code in C

#include <stdio.h>

int main() {
    printf("This is C code.");
    return 0;
}

this is Code in Powersoft

@connect "std"

#fn main() {
    puts("This is Powersoft Code");
    @return ['end'] 0;
}

Keywords

Keyword Description
@connect import or include a library
@return returns a value on a calling function
@while a loop that continues until it's false
@if if some thing is true it will execute it
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy