FPL

1 program Added 2026-03-12T22:34:22Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Frexx Programming Language
Provenance: commit 02a965e4c2 · authored 2026-03-12T23:34:55+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

J (0.58)S (0.58)Apl (0.58)Eta (0.55)Jac (0.55)

LLM-contributed programs

Character to ASCII Code

Provenance: commit 02a965e4c2 · authored 2026-03-12T23:34:55+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.fpl · added: 2026-03-12T22:34:22Z
auto string text; /* 'auto' makes the variable non-global! */
text=getstring("Enter a character: "); /* get number from user */
if(strlen(text)==1)
  /* output the character ASCII code! */
  printf("%c is ASCII code %d\n", text[0], text[0]);
else
  printf("*One* character is required!\n");

Contribute — propose a file extension

Tell us where to find evidence about FPL (mapped to pl/fpl). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/FPL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← fpgac fpp →