?
1
Rimbu Playground
Share
Learn
Sign In
Sign Up
FILES
package.json
script.ts
Items: 0
PACKAGES
@rimbu/core
0.9.21
Items: 0
Ruslan
✓
@ianberdin
Discord
script.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
Stream, List
}
from "@rimbu/core";
const title = "Welcome to the Rimbu PlayCode!";
const line = Stream.of
(
"-"
)
.repeat
(
title.length
)
.join
(
)
;
const text = Stream.of
(
title,
line,
"Have fun!"
)
;
Console
?
1
Rename
Clone
Save
Delete
Export
Set Default
Set Favorite
Share
Save
Copy Link
Share to web
Allow editing
Online chat
Help & support guide
Report abuse
Report a bug
Roadmap
Changelog
Windows App
MacOS App
Linux App
Keyboard shortcuts
Privacy
PlayCode v2025.5.15
Restart
Ctrl + R
Hard Restart
Ctrl + ⇧ + R
Live View
Live View Delay
Loop Protection
Run on Opening
Clear Logs
Clear on Run
Scroll to End
Rename
Clone
Save
Delete
Export
Set Default
Set Favorite
Share
Save
Copy Link
Share to web
Allow editing
Online chat
Help & support guide
Report abuse
Report a bug
Roadmap
Changelog
Windows App
MacOS App
Linux App
Keyboard shortcuts
Privacy
PlayCode v2025.5.15
Restart
Ctrl + R
Hard Restart
Ctrl + ⇧ + R
Live View
Live View Delay
Loop Protection
Run on Opening
Clear Logs
Clear on Run
Scroll to End