Skip to content

Instantly share code, notes, and snippets.

@zelenko
Last active December 13, 2017 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zelenko/3310c9f80596e2644a4f94088ffaf1d8 to your computer and use it in GitHub Desktop.
Save zelenko/3310c9f80596e2644a4f94088ffaf1d8 to your computer and use it in GitHub Desktop.
Pick Basic Syntax Highlighting

Overview

Pick is the programing language used with UniVerse database. But PICK has many flavors. The one PICK flavor used with Universe is UniBASIC. More detailed info on it is available in the Rocket UniVerse BASIC Commands Reference. UniVerse is the database that powers Eclipse ERP.


Features

  • MATPARSE
  • LOCATE
  • For Loop

Syntax Highlighting for PICK

  • Visual Studio Code Pick Basic Syntax Highlighting and language support
  • Sublime Blog post
  • Notepad++ User defined Language for the Universe (can be addapted easily to Unidata or Pick languages).
  • sublime-pick A Sublime Text package that does syntax highlighting for PICK Basic

Documentation

Name Description
http://www.unibasic.com/software/documentation/ (Look for UniBasic section)
uniBasic Reference Guide Published in 2016
First Steps in Administering UniVerse by Brian Leach
mannyneira.com/universe This site was originally launched in 2006. It has some good info on UniVerse.
Administering UniVerse on UNIX Platforms Admin Guide for UniVerse version 11.2.3. It was published by Rocket Software, Inc in April 2014.
Rocket UniVerse Guide for Pick Users Published in April 2014
Calling a Universe program Forum
Caché MultiValue Basic Reference "This book provides reference material for various elements of Caché MVBasic: commands, functions, system variables, constants, operators, and symbols".
Guide to the UniVerse Editor. Published in 2013 by Rocket Software for Rocket UniVerse V11.2.

📖 Contribution

twitter/vzelenko
Zelenko
published: true
preview: Pick is the programing language used with UniVerse database. But PICK has many flavors. The one PICK flavor used with Universe is UniBASIC. UniVerse is the database that powers Eclipse ERP.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment