Tulip Logo

Contents:

  • Quickstart
  • Built-in Functions
  • Conditionals and Loops
  • Functions
  • Contributor Covenant Code of Conduct
Tulip
  • »
  • Welcome to Tulip’s documentation!
  • View page source

Welcome to Tulip’s documentation!

Contents:

  • Quickstart
    • Install Python 3.6+.
    • How to run a Tulip file ?
    • Data types
    • Assigning variables
    • Comments
    • Number Operations
    • Comparisons
    • Boolean operators
  • Built-in Functions
    • abs(x)
    • append(list, object)
    • extend(list1, list2)
    • fact(x)
    • frequency(string, c)
    • get(list, x)
    • has_key(dict, key)
    • imports(path, name)
    • input()
    • is_function(object)
    • is_list(object)
    • is_number(object)
    • is_prime(number)
    • is_string(object)
    • len(list)
    • max(number1, number2)
    • min(number1, number2)
    • oct(x)
    • pop(list, x)
    • print(object)
    • range(begin, end)
    • run(path)
    • set(struct, key, value)
    • slice(string, begin, end)
    • sort(list)
    • split_char(s, c)
    • to_float(x)
    • to_int(x)
    • to_str(x)
  • Conditionals and Loops
    • The if statement
    • The if else statement
    • Chained conditionals
    • Nested conditionals
    • For Loops
    • While Loop
  • Functions
    • Function definition
    • Calling a function
    • Arguments
  • Contributor Covenant Code of Conduct
    • Our Pledge
    • Our Standards
    • Our Responsibilities
    • Scope
    • Enforcement
    • Attribution

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2022, Tulip.

Built on the top of Pansy with Sphinx using a theme provided by Read the Docs.