CSV / XLS Example
You can inject comments directly into CSV, XLS, or tabluar file structures for finance and accounting.
| Cryptocurrency | Price (USD) | BasedLang Comment |
|---|---|---|
| Bitcoin | 45000 | /* !based0.1: \nlet BTC = 45000 \nprint BTC */ |
| Ethereum | 3000 | /* !based0.1: \nlet ETH = 3000 \nprint ETH */ |
| Cardano | 1.5 | /* !based0.1: \nlet ADA = 1.50 \nprint ADA */ |
| Solana | 150 | /* !based0.1: \nlet SOL = 150 \nprint SOL */ |
| Ripple | 0.8 | /* !based0.1: \nlet XRP = 0.80 \nprint XRP */ |