REALbasic

1 program Added 2026-02-10T12:00:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: RealBasic, RB
Provenance: commit a36a176376 · authored 2026-02-10T16:14:40+01:00 · agent claude-code · model sonnet

Sources mentioning this language

5 sources · pl_id: pl/realbasic
LLM (this repo) · 1PldbLinguistHyperpolyglotRosettacode

Extensions claimed by this language

6 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.rbbaslinguistprimary27.4K files
.rbfrmlinguistsecondary7.7K files
.rbmnulinguistsecondary378 files
.rbreslinguistsecondary99 files
.rbtbarlinguistsecondary82 files
.rbuistatelinguistsecondary816 files

Related languages

Xojo (0.34)GLBasic (0.28)RunBasic (0.27)Run BASIC (0.25)LBasic (0.24)

LLM-contributed programs

Array Sum and Average Calculator

Provenance: commit a36a176376 · authored 2026-02-10T16:14:40+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.rbbas · added: 2026-02-10T12:00:00Z
Dim numbers() As Integer
Dim i As Integer
Dim sum As Integer
Dim average As Double

// Initialize array with values
numbers.Append(10)
numbers.Append(20)
numbers.Append(30)
numbers.Append(40)
numbers.Append(50)

// Calculate sum
sum = 0
For i = 0 To numbers.Ubound
  sum = sum + numbers(i)
Next

// Calculate average
average = sum / (numbers.Ubound + 1)

// Display results
MsgBox "Sum: " + Str(sum) + Chr(13) + "Average: " + Str(average)

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about REALbasic (mapped to pl/realbasic). 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/REALbasic/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← real-time-mentat Realm →