LISP – Case Construct
LISP - If Construct This topic is about LISP - Case Construct. The case construct implements multiple test-action clauses like the cond construct. However, it evaluates a key form and allows multiple action clauses…
LISP - If Construct This topic is about LISP - Case Construct. The case construct implements multiple test-action clauses like the cond construct. However, it evaluates a key form and allows multiple action clauses…
LISP - If Construct This topic is about LISP - When Construct. The when macro is followed by a test clause that evaluates to t or nil. If the test clause is…
LISP - If Construct This topic is about of LISP - If Construct. The if macro is followed by a test clause that evaluates to t or nil. If the test clause…
You can customize the component's elements such as attributes, class names by using subclass of Ember.A component in the JavaScript. The following table lists down the different types of customizing…
This topic is about LISP - Cond Construct. The cond construct in LISP is most commonly used to permit branching. Syntax for cond is β (cond (test1 action1) (test2 action2) ... (testn actionn)) Each…
This topic is about LISP - Operators. An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. LISP allows numerous operations on data, supported…
This topic is about LISP - Constants. In LISP, constants are variables that never change their values during program execution. Constants are declared using the defconstant construct. Example The following example shows…
In this guide, we will discuss Tabs in Bulma. Description Bulma provides a tabbed navigation menu with different styles to display the content. You can create the tabbed navigation menu…
In this guide, we will discuss Pagination in Bulma. Description The pagination component provides a series of related links across multiple pages. It includes the following elements β pagination-previous and pagination-next β These…
In this guide, we will discuss Navbar in Bulma. Description Navbars are responsive components that serve as navigation headers for your site. Navbar component includes the following structure β navbar βnavbar-brand β…