An open API service indexing awesome lists of open source software.

https://github.com/simleek/verbose

A quick output library
https://github.com/simleek/verbose

Last synced: 10 months ago
JSON representation

A quick output library

Awesome Lists containing this project

README

          

#Readme

An output library I made for some string functions I was doing a lot of the time for debugging and general output.

All commands are prefixed with 'VB'.

#Commands
| Command | Description |
|---------|-------------|
|VB_ID | gives back the text in the parenthesis as a string|
|VB_SHOW | gives back the text in the parenthesis and what it evaluates to|
|VB_TITLE | uses the characters in the parenthesis to create an eye-catching title|
|VB_ARRAY | prints a 1d pointer array|
|VB_ARRAY2D | prints a 2d pointer array|
|VB_ARRAY3D |prints a 3d pointer array|